home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / dns / bind / 4.8.3 / master / Index < prev    next >
Encoding:
Text File  |  1988-02-28  |  556 b   |  15 lines

  1. :pwedit - used to create MB, UINFO and other RR out of your /etc/passwd
  2.         ex - /etc/passwd < :pwedit 
  3.  
  4. atod.y  - used to convert you aliases file into MB records
  5.         yacc atod.y
  6.         cc -o atod y.tab.c
  7.         atod < /usr/lib/aliases > aliases.db
  8.  
  9. named.boot - boot file for a secondary name server
  10. named.boot.master - boot file for a master name server
  11. named.hosts - The data base for your domain
  12. named.local - Data for local host
  13. named.rev   - PTR records for your domain, so that the .IN-ADDR.ARPA domain works
  14. root.cache - data for the name servers initial cache
  15.